home *** CD-ROM | disk | FTP | other *** search
- struct msg {
- char type ; /* type element:MAJ,DLC,NODE */
- char res1[3] ; /* reserved */
- char lenname ; /* name length */
- char *pname ; /* name ptr */
- char lentyp ; /* typ length */
- char *ptyp ; /* typ ptr : APPL,7920L,7920R */
- char lenact ; /* active/inactive length */
- char *pact ; /* active/inactive ptr */
- char flsess ; /* number of session flag */
- char nsess ; /* count of session */
- char flactno ; /* count of active flag */
- char nactno ; /* count of active */
- char flnauno ; /* nau count flag */
- char *pnauno ; /*nau count ptr */
- };
- #define MAJNODE 6 /* */
- #define DLC 3 /* */
- #define NODE 4 /* */
- #define FLSESS 0x82 /* */
- #define FLACTNO 0x82 /* */
- #define FLNAUNO 0x81 /* */
- #define CODEMAJ 115 /* */
- #define CODEDLC 116 /* */
- #define CODENODE 117 /* */
-